Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zad 4 #140

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Zad 4 #140

wants to merge 14 commits into from

Conversation

GregoryWilusz
Copy link

Przy refactorze - głównie controllera mercenaries - zastosowałem poniższe patterny:

  • null objects
  • query objects
  • service objects
  • serializers
  • DRY

Podpiąłem projekt do Sentry i poprawiłem (prawie) wszystkie sugestie rubocopa (zostawiłem tylko 'and return' vs. sugerowane '&& return' (inspirowałem się dyskusją: rubocop/rubocop#1083).

Z zasad SOLID, udało mi się - tak myślę - wdrożyć zasadę Single Responsibility. Oprócz wynoszenia nadmiernej logiki do osobnych obiektów, wyciągałem powtarzający się kod do wspólnych metod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant